home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / Software / Poco 1.2 / pocosetup.exe / file0001.bin / 0 / RCDATA / TFRMINPUT / TFRMINPUT.txt
Encoding:
Text File  |  2000-03-01  |  1.8 KB  |  87 lines

  1. object FrmInput: TFrmInput
  2.   Left = 322
  3.   Top = 201
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Script running requires input...'
  7.   ClientHeight = 264
  8.   ClientWidth = 350
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object EditData: TEdit
  21.     Left = 8
  22.     Top = 66
  23.     Width = 327
  24.     Height = 24
  25.     TabOrder = 0
  26.   end
  27.   object BtnOK: TButton
  28.     Left = 218
  29.     Top = 100
  30.     Width = 113
  31.     Height = 33
  32.     Caption = 'Proceed...'
  33.     Default = True
  34.     ModalResult = 1
  35.     TabOrder = 1
  36.   end
  37.   object MemoNote: TMemo
  38.     Left = 8
  39.     Top = 158
  40.     Width = 345
  41.     Height = 71
  42.     TabStop = False
  43.     BorderStyle = bsNone
  44.     Color = clBtnFace
  45.     Font.Charset = DEFAULT_CHARSET
  46.     Font.Color = clWindowText
  47.     Font.Height = 15
  48.     Font.Name = 'Arial'
  49.     Font.Style = []
  50.     Lines.Strings = (
  51.       'Why am I seeing this box?   - You are being asked for '
  52.       'information by a script currently running within Poco. This '
  53.       'question is NOT coming directly from Poco. Don'#39't give out '
  54.       'sensitive information to untrusted source.')
  55.     ParentFont = False
  56.     ReadOnly = True
  57.     TabOrder = 3
  58.   end
  59.   object BtnCancel: TButton
  60.     Left = 218
  61.     Top = 226
  62.     Width = 113
  63.     Height = 29
  64.     Cancel = True
  65.     Caption = 'Cancel Script'
  66.     ModalResult = 2
  67.     TabOrder = 2
  68.   end
  69.   object MemoDesc: TMemo
  70.     Left = 8
  71.     Top = 14
  72.     Width = 333
  73.     Height = 52
  74.     TabStop = False
  75.     BorderStyle = bsNone
  76.     Color = clBtnFace
  77.     Font.Charset = DEFAULT_CHARSET
  78.     Font.Color = clWindowText
  79.     Font.Height = 16
  80.     Font.Name = 'Arial'
  81.     Font.Style = [fsBold]
  82.     ParentFont = False
  83.     ReadOnly = True
  84.     TabOrder = 4
  85.   end
  86. end
  87.